CollectiblesFilter
to apply filters on your query.
This request uses pagination. If you’re dealing with a rather small collection and don’t want to deal with pagination, you can use the ListAllCollectibleListingsWithLowestPricedListingsFirst
helper function; this will handle the pagination for you and continue to make requests until all the relevant CollectibleOrder
s have been retrieved.
You can also optionally subscribe to the OnListCollectibleOrdersReturn
and OnListCollectibleOrdersError
events in order to handle the responses elsewhere.
This will give you one CollectibleOrder
for each Collectible, the lowest priced listing.
CollectibleOrder[]
from step #1, you’ll want to use the TokenMetadata
returned in your CollectibleOrder
to display the orders in your marketplace UI in some fashion.
We’ve provided a very basic example of how to display this information to your user in the Demo scene included in the SDK.
ICheckoutHelper
and IFiatCheckout
. In this case, you’ll want to use the NftCheckout
and SequenceCheckout
implementations respectively.